Html Css Color HEX #34009E Persian Indigo

📋 copy color: '#34009E'

red 52 ◦ green 0 ◦ blue 158

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

Shades of Persian Indigo #34009E

Tints of Persian Indigo #34009E

RGB

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

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

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

R = 24.76%
G = 0%
B = 75.24%

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

#34009E (or 0x34009E) is known color: Persian Indigo. HEX triplet: 34, 00 and 9E. RGB value is (52,0,158). Sum of RGB (Red+Green+Blue) = 52+0+158=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 158 (62.11% from 255 or 75.24% from 210); Max value from RGB is 158 - color contains mainly: blue. Hex color #34009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34009E is #CBFF61. Grayscale: #202020. Windows color (decimal): -13369186 or 10354740. OLE color: 10354740.

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

Color convert

RGB 52 0 158 -
CMYK 0.67 1 0 0.38
HSL 259.75º 1% 0.31% -
HSV(B) 259.75º 1% 0.62% -
XYZ 7.59 3.2 32.57 -
YUV 33.56 198.23 141.15 -
System Red Green Blue C M Y K H S L
Decimal 52 0 158 0.67 1 0 0.38 259.75 1 0.31
Hex 34 0 9E 43 64 0 26 104 64 1F
Octal 64 0 236 103 144 0 46 404 144 37
Binary 110100 0 10011110 1000011 1100100 0 100110 100000100 1100100 11111

Color Harmonies of #34009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34009E

Black with #34009E

Text Example


Text Example

White with #34009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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