Html Css Color HEX #34096B Persian Indigo

📋 copy color: '#34096B'

red 52 ◦ green 9 ◦ blue 107

#34096B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #34096B

Tints of Persian Indigo #34096B

RGB

 RED value IS 52 (20.7% from 255) = 30.95%

 GREEN value IS 9 (3.91% from 255) = 5.36%

 BLUE value IS 107 (42.19% from 255) = 63.69%

R = 30.95%
G = 5.36%
B = 63.69%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#34096B (or 0x34096B) is known color: Persian Indigo. HEX triplet: 34, 09 and 6B. RGB value is (52,9,107). Sum of RGB (Red+Green+Blue) = 52+9+107=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #34096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34096B is #CBF694. Grayscale: #202020. Windows color (decimal): -13366933 or 7014708. OLE color: 7014708.

HSL color Cylindrical-coordinate representation of color #34096B: hue angle of 266.33º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34096B is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 9 107 -
CMYK 0.51 0.92 0 0.58
HSL 266.33º 0.84% 0.23% -
HSV(B) 266.33º 0.92% 0.42% -
XYZ 4.17 1.99 14.07 -
YUV 33.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 52 9 107 0.51 0.92 0 0.58 266.33 0.84 0.23
Hex 34 9 6B 33 5C 0 3A 10A 54 17
Octal 64 11 153 63 134 0 72 412 124 27
Binary 110100 1001 1101011 110011 1011100 0 111010 100001010 1010100 10111

Color Harmonies of #34096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34096B

Black with #34096B

Text Example


Text Example

White with #34096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34096B; }

 p { color: rgb(52,9,107); }

 H1.HeaderClassName
 {
   color: #34096B;
 }
 .AnyTagClassName
 {
   color: #34096B;
 }
</style>

background-color css

<style>
 a { background-color: #34096B; }

 a { background-color: rgb(52,9,107); }

 div.DivClassName
 {
   background-color: #34096B;
 }
 .BgClassName
 {
   background-color: #34096B;
 }
</style>

border-color css

<style>
 span { border-color: #34096B; }

 span { border-color: rgb(52,9,107); }

 td.TdClassName
 {
   border-color: #34096B;
 }
 .TagClassName
 {
   border-color: #34096B;
 }
</style>