Html Css Color HEX #34099C Persian Indigo

📋 copy color: '#34099C'

red 52 ◦ green 9 ◦ blue 156

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

Shades of Persian Indigo #34099C

Tints of Persian Indigo #34099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 71.89%

R = 23.96%
G = 4.15%
B = 71.89%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34099C (or 0x34099C) is known color: Persian Indigo. HEX triplet: 34, 09 and 9C. RGB value is (52,9,156). Sum of RGB (Red+Green+Blue) = 52+9+156=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 156 (61.33% from 255 or 71.89% from 217); Max value from RGB is 156 - color contains mainly: blue. Hex color #34099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34099C is #CBF663. Grayscale: #262626. Windows color (decimal): -13366884 or 10225972. OLE color: 10225972.

HSL color Cylindrical-coordinate representation of color #34099C: hue angle of 257.55º 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 #34099C is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 9 156 -
CMYK 0.67 0.94 0 0.39
HSL 257.55º 0.89% 0.32% -
HSV(B) 257.55º 0.94% 0.61% -
XYZ 7.51 3.33 31.7 -
YUV 38.62 194.25 137.55 -
System Red Green Blue C M Y K H S L
Decimal 52 9 156 0.67 0.94 0 0.39 257.55 0.89 0.32
Hex 34 9 9C 43 5E 0 27 102 59 20
Octal 64 11 234 103 136 0 47 402 131 40
Binary 110100 1001 10011100 1000011 1011110 0 100111 100000010 1011001 100000

Color Harmonies of #34099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34099C

Black with #34099C

Text Example


Text Example

White with #34099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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