Html Css Color HEX #34099B Persian Indigo

📋 copy color: '#34099B'

red 52 ◦ green 9 ◦ blue 155

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

Shades of Persian Indigo #34099B

Tints of Persian Indigo #34099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 71.76%

R = 24.07%
G = 4.17%
B = 71.76%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34099B (or 0x34099B) is known color: Persian Indigo. HEX triplet: 34, 09 and 9B. RGB value is (52,9,155). Sum of RGB (Red+Green+Blue) = 52+9+155=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #34099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34099B is #CBF664. Grayscale: #252525. Windows color (decimal): -13366885 or 10160436. OLE color: 10160436.

HSL color Cylindrical-coordinate representation of color #34099B: hue angle of 257.67º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34099B is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 9 155 -
CMYK 0.66 0.94 0 0.39
HSL 257.67º 0.89% 0.32% -
HSV(B) 257.67º 0.94% 0.61% -
XYZ 7.43 3.29 31.25 -
YUV 38.5 193.75 137.63 -
System Red Green Blue C M Y K H S L
Decimal 52 9 155 0.66 0.94 0 0.39 257.67 0.89 0.32
Hex 34 9 9B 42 5E 0 27 102 59 20
Octal 64 11 233 102 136 0 47 402 131 40
Binary 110100 1001 10011011 1000010 1011110 0 100111 100000010 1011001 100000

Color Harmonies of #34099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34099B

Black with #34099B

Text Example


Text Example

White with #34099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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