Html Css Color HEX #34089F Persian Indigo

📋 copy color: '#34089F'

red 52 ◦ green 8 ◦ blue 159

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

Shades of Persian Indigo #34089F

Tints of Persian Indigo #34089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 72.6%

R = 23.74%
G = 3.65%
B = 72.6%

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

#34089F (or 0x34089F) is known color: Persian Indigo. HEX triplet: 34, 08 and 9F. RGB value is (52,8,159). Sum of RGB (Red+Green+Blue) = 52+8+159=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #34089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34089F is #CBF760. Grayscale: #252525. Windows color (decimal): -13367137 or 10422324. OLE color: 10422324.

HSL color Cylindrical-coordinate representation of color #34089F: hue angle of 257.48º 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 #34089F is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 8 159 -
CMYK 0.67 0.95 0 0.38
HSL 257.48º 0.9% 0.33% -
HSV(B) 257.48º 0.95% 0.62% -
XYZ 7.76 3.41 33.05 -
YUV 38.37 196.08 137.72 -
System Red Green Blue C M Y K H S L
Decimal 52 8 159 0.67 0.95 0 0.38 257.48 0.9 0.33
Hex 34 8 9F 43 5F 0 26 101 5A 21
Octal 64 10 237 103 137 0 46 401 132 41
Binary 110100 1000 10011111 1000011 1011111 0 100110 100000001 1011010 100001

Color Harmonies of #34089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34089F

Black with #34089F

Text Example


Text Example

White with #34089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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