Html Css Color HEX #33018B Persian Indigo

📋 copy color: '#33018B'

red 51 ◦ green 1 ◦ blue 139

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

Shades of Persian Indigo #33018B

Tints of Persian Indigo #33018B

RGB

 RED value IS 51 (20.31% from 255) = 26.7%

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

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

R = 26.7%
G = 0.52%
B = 72.77%

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

#33018B (or 0x33018B) is known color: Persian Indigo. HEX triplet: 33, 01 and 8B. RGB value is (51,1,139). Sum of RGB (Red+Green+Blue) = 51+1+139=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 139 (54.69% from 255 or 72.77% from 191); Max value from RGB is 139 - color contains mainly: blue. Hex color #33018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33018B is #CCFE74. Grayscale: #1F1F1F. Windows color (decimal): -13434485 or 9109811. OLE color: 9109811.

HSL color Cylindrical-coordinate representation of color #33018B: hue angle of 261.74º 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 #33018B is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 1 139 -
CMYK 0.63 0.99 0 0.45
HSL 261.74º 0.99% 0.27% -
HSV(B) 261.74º 0.99% 0.55% -
XYZ 6.04 2.59 24.61 -
YUV 31.68 188.57 141.78 -
System Red Green Blue C M Y K H S L
Decimal 51 1 139 0.63 0.99 0 0.45 261.74 0.99 0.27
Hex 33 1 8B 3F 63 0 2D 106 63 1B
Octal 63 1 213 77 143 0 55 406 143 33
Binary 110011 1 10001011 111111 1100011 0 101101 100000110 1100011 11011

Color Harmonies of #33018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33018B

Black with #33018B

Text Example


Text Example

White with #33018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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