Html Css Color HEX #34018D Persian Indigo

📋 copy color: '#34018D'

red 52 ◦ green 1 ◦ blue 141

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

Shades of Persian Indigo #34018D

Tints of Persian Indigo #34018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 72.68%

R = 26.8%
G = 0.52%
B = 72.68%

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

#34018D (or 0x34018D) is known color: Persian Indigo. HEX triplet: 34, 01 and 8D. RGB value is (52,1,141). Sum of RGB (Red+Green+Blue) = 52+1+141=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #34018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34018D is #CBFE72. Grayscale: #1F1F1F. Windows color (decimal): -13368947 or 9240884. OLE color: 9240884.

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

Color convert

RGB 52 1 141 -
CMYK 0.63 0.99 0 0.45
HSL 261.86º 0.99% 0.28% -
HSV(B) 261.86º 0.99% 0.55% -
XYZ 6.23 2.67 25.39 -
YUV 32.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 52 1 141 0.63 0.99 0 0.45 261.86 0.99 0.28
Hex 34 1 8D 3F 63 0 2D 106 63 1C
Octal 64 1 215 77 143 0 55 406 143 34
Binary 110100 1 10001101 111111 1100011 0 101101 100000110 1100011 11100

Color Harmonies of #34018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34018D

Black with #34018D

Text Example


Text Example

White with #34018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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