Html Css Color HEX #34009D Persian Indigo

📋 copy color: '#34009D'

red 52 ◦ green 0 ◦ blue 157

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

Shades of Persian Indigo #34009D

Tints of Persian Indigo #34009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 75.12%

R = 24.88%
G = 0%
B = 75.12%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34009D (or 0x34009D) is known color: Persian Indigo. HEX triplet: 34, 00 and 9D. RGB value is (52,0,157). Sum of RGB (Red+Green+Blue) = 52+0+157=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 157 (61.72% from 255 or 75.12% from 209); Max value from RGB is 157 - color contains mainly: blue. Hex color #34009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34009D is #CBFF62. Grayscale: #202020. Windows color (decimal): -13369187 or 10289204. OLE color: 10289204.

HSL color Cylindrical-coordinate representation of color #34009D: hue angle of 259.87º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34009D is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 0 157 -
CMYK 0.67 1 0 0.38
HSL 259.87º 1% 0.31% -
HSV(B) 259.87º 1% 0.62% -
XYZ 7.5 3.16 32.11 -
YUV 33.45 197.73 141.23 -
System Red Green Blue C M Y K H S L
Decimal 52 0 157 0.67 1 0 0.38 259.87 1 0.31
Hex 34 0 9D 43 64 0 26 104 64 1F
Octal 64 0 235 103 144 0 46 404 144 37
Binary 110100 0 10011101 1000011 1100100 0 100110 100000100 1100100 11111

Color Harmonies of #34009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34009D

Black with #34009D

Text Example


Text Example

White with #34009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34009D; }

 p { color: rgb(52,0,157); }

 H1.HeaderClassName
 {
   color: #34009D;
 }
 .AnyTagClassName
 {
   color: #34009D;
 }
</style>

background-color css

<style>
 a { background-color: #34009D; }

 a { background-color: rgb(52,0,157); }

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

border-color css

<style>
 span { border-color: #34009D; }

 span { border-color: rgb(52,0,157); }

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