Html Css Color HEX #34089C Persian Indigo

📋 copy color: '#34089C'

red 52 ◦ green 8 ◦ blue 156

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

Shades of Persian Indigo #34089C

Tints of Persian Indigo #34089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

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

R = 24.07%
G = 3.7%
B = 72.22%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34089C (or 0x34089C) is known color: Persian Indigo. HEX triplet: 34, 08 and 9C. RGB value is (52,8,156). Sum of RGB (Red+Green+Blue) = 52+8+156=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #34089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34089C is #CBF763. Grayscale: #252525. Windows color (decimal): -13367140 or 10225716. OLE color: 10225716.

HSL color Cylindrical-coordinate representation of color #34089C: hue angle of 257.84º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34089C is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 8 156 -
CMYK 0.67 0.95 0 0.39
HSL 257.84º 0.9% 0.32% -
HSV(B) 257.84º 0.95% 0.61% -
XYZ 7.5 3.3 31.69 -
YUV 38.03 194.58 137.97 -
System Red Green Blue C M Y K H S L
Decimal 52 8 156 0.67 0.95 0 0.39 257.84 0.9 0.32
Hex 34 8 9C 43 5F 0 27 102 5A 20
Octal 64 10 234 103 137 0 47 402 132 40
Binary 110100 1000 10011100 1000011 1011111 0 100111 100000010 1011010 100000

Color Harmonies of #34089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34089C

Black with #34089C

Text Example


Text Example

White with #34089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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