Html Css Color HEX #34089E Persian Indigo

📋 copy color: '#34089E'

red 52 ◦ green 8 ◦ blue 158

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

Shades of Persian Indigo #34089E

Tints of Persian Indigo #34089E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 72.48%

R = 23.85%
G = 3.67%
B = 72.48%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34089E (or 0x34089E) is known color: Persian Indigo. HEX triplet: 34, 08 and 9E. RGB value is (52,8,158). Sum of RGB (Red+Green+Blue) = 52+8+158=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #34089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34089E is #CBF761. Grayscale: #252525. Windows color (decimal): -13367138 or 10356788. OLE color: 10356788.

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

Color convert

RGB 52 8 158 -
CMYK 0.67 0.95 0 0.38
HSL 257.6º 0.9% 0.33% -
HSV(B) 257.6º 0.95% 0.62% -
XYZ 7.67 3.37 32.59 -
YUV 38.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 52 8 158 0.67 0.95 0 0.38 257.6 0.9 0.33
Hex 34 8 9E 43 5F 0 26 102 5A 21
Octal 64 10 236 103 137 0 46 402 132 41
Binary 110100 1000 10011110 1000011 1011111 0 100110 100000010 1011010 100001

Color Harmonies of #34089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34089E

Black with #34089E

Text Example


Text Example

White with #34089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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