Html Css Color HEX #34099F Persian Indigo

📋 copy color: '#34099F'

red 52 ◦ green 9 ◦ blue 159

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

Shades of Persian Indigo #34099F

Tints of Persian Indigo #34099F

RGB

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

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

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

R = 23.64%
G = 4.09%
B = 72.27%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34099F (or 0x34099F) is known color: Persian Indigo. HEX triplet: 34, 09 and 9F. RGB value is (52,9,159). Sum of RGB (Red+Green+Blue) = 52+9+159=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #34099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34099F is #CBF660. Grayscale: #262626. Windows color (decimal): -13366881 or 10422580. OLE color: 10422580.

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

Color convert

RGB 52 9 159 -
CMYK 0.67 0.94 0 0.38
HSL 257.2º 0.89% 0.33% -
HSV(B) 257.2º 0.94% 0.62% -
XYZ 7.77 3.43 33.05 -
YUV 38.96 195.75 137.3 -
System Red Green Blue C M Y K H S L
Decimal 52 9 159 0.67 0.94 0 0.38 257.2 0.89 0.33
Hex 34 9 9F 43 5E 0 26 101 59 21
Octal 64 11 237 103 136 0 46 401 131 41
Binary 110100 1001 10011111 1000011 1011110 0 100110 100000001 1011001 100001

Color Harmonies of #34099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34099F

Black with #34099F

Text Example


Text Example

White with #34099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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