Html Css Color HEX #34009B Persian Indigo

📋 copy color: '#34009B'

red 52 ◦ green 0 ◦ blue 155

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

Shades of Persian Indigo #34009B

Tints of Persian Indigo #34009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.88%

R = 25.12%
G = 0%
B = 74.88%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34009B (or 0x34009B) is known color: Persian Indigo. HEX triplet: 34, 00 and 9B. RGB value is (52,0,155). Sum of RGB (Red+Green+Blue) = 52+0+155=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #34009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34009B is #CBFF64. Grayscale: #202020. Windows color (decimal): -13369189 or 10158132. OLE color: 10158132.

HSL color Cylindrical-coordinate representation of color #34009B: hue angle of 260.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34009B is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 0 155 -
CMYK 0.66 1 0 0.39
HSL 260.13º 1% 0.3% -
HSV(B) 260.13º 1% 0.61% -
XYZ 7.33 3.1 31.22 -
YUV 33.22 196.73 141.4 -
System Red Green Blue C M Y K H S L
Decimal 52 0 155 0.66 1 0 0.39 260.13 1 0.3
Hex 34 0 9B 42 64 0 27 104 64 1E
Octal 64 0 233 102 144 0 47 404 144 36
Binary 110100 0 10011011 1000010 1100100 0 100111 100000100 1100100 11110

Color Harmonies of #34009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34009B

Black with #34009B

Text Example


Text Example

White with #34009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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