Html Css Color HEX #33007C Persian Indigo

📋 copy color: '#33007C'

red 51 ◦ green 0 ◦ blue 124

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

Shades of Persian Indigo #33007C

Tints of Persian Indigo #33007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 70.86%

R = 29.14%
G = 0%
B = 70.86%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33007C (or 0x33007C) is known color: Persian Indigo. HEX triplet: 33, 00 and 7C. RGB value is (51,0,124). Sum of RGB (Red+Green+Blue) = 51+0+124=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #33007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33007C is #CCFF83. Grayscale: #1C1C1C. Windows color (decimal): -13434756 or 8126515. OLE color: 8126515.

HSL color Cylindrical-coordinate representation of color #33007C: hue angle of 264.68º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33007C is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 0 124 -
CMYK 0.59 1 0 0.51
HSL 264.68º 1% 0.24% -
HSV(B) 264.68º 1% 0.49% -
XYZ 5 2.16 19.22 -
YUV 29.39 181.4 143.42 -
System Red Green Blue C M Y K H S L
Decimal 51 0 124 0.59 1 0 0.51 264.68 1 0.24
Hex 33 0 7C 3B 64 0 33 109 64 18
Octal 63 0 174 73 144 0 63 411 144 30
Binary 110011 0 1111100 111011 1100100 0 110011 100001001 1100100 11000

Color Harmonies of #33007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33007C

Black with #33007C

Text Example


Text Example

White with #33007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33007C; }

 p { color: rgb(51,0,124); }

 H1.HeaderClassName
 {
   color: #33007C;
 }
 .AnyTagClassName
 {
   color: #33007C;
 }
</style>

background-color css

<style>
 a { background-color: #33007C; }

 a { background-color: rgb(51,0,124); }

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

border-color css

<style>
 span { border-color: #33007C; }

 span { border-color: rgb(51,0,124); }

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