Html Css Color HEX #34018B Persian Indigo

📋 copy color: '#34018B'

red 52 ◦ green 1 ◦ blue 139

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

Shades of Persian Indigo #34018B

Tints of Persian Indigo #34018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 139 (54.69% from 255) = 72.4%

R = 27.08%
G = 0.52%
B = 72.4%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34018B (or 0x34018B) is known color: Persian Indigo. HEX triplet: 34, 01 and 8B. RGB value is (52,1,139). Sum of RGB (Red+Green+Blue) = 52+1+139=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #34018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34018B is #CBFE74. Grayscale: #1F1F1F. Windows color (decimal): -13368949 or 9109812. OLE color: 9109812.

HSL color Cylindrical-coordinate representation of color #34018B: hue angle of 262.17º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34018B is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 1 139 -
CMYK 0.63 0.99 0 0.45
HSL 262.17º 0.99% 0.27% -
HSV(B) 262.17º 0.99% 0.55% -
XYZ 6.09 2.62 24.61 -
YUV 31.98 188.4 142.28 -
System Red Green Blue C M Y K H S L
Decimal 52 1 139 0.63 0.99 0 0.45 262.17 0.99 0.27
Hex 34 1 8B 3F 63 0 2D 106 63 1B
Octal 64 1 213 77 143 0 55 406 143 33
Binary 110100 1 10001011 111111 1100011 0 101101 100000110 1100011 11011

Color Harmonies of #34018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34018B

Black with #34018B

Text Example


Text Example

White with #34018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,1,139); }

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

background-color css

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

 a { background-color: rgb(52,1,139); }

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

border-color css

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

 span { border-color: rgb(52,1,139); }

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