Html Css Color HEX #33078D Persian Indigo

📋 copy color: '#33078D'

red 51 ◦ green 7 ◦ blue 141

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

Shades of Persian Indigo #33078D

Tints of Persian Indigo #33078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.52%

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

R = 25.63%
G = 3.52%
B = 70.85%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33078D (or 0x33078D) is known color: Persian Indigo. HEX triplet: 33, 07 and 8D. RGB value is (51,7,141). Sum of RGB (Red+Green+Blue) = 51+7+141=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #33078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33078D is #CCF872. Grayscale: #222222. Windows color (decimal): -13432947 or 9242419. OLE color: 9242419.

HSL color Cylindrical-coordinate representation of color #33078D: hue angle of 259.7º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33078D is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 7 141 -
CMYK 0.64 0.95 0 0.45
HSL 259.7º 0.91% 0.29% -
HSV(B) 259.7º 0.95% 0.55% -
XYZ 6.25 2.78 25.41 -
YUV 35.43 187.58 139.1 -
System Red Green Blue C M Y K H S L
Decimal 51 7 141 0.64 0.95 0 0.45 259.7 0.91 0.29
Hex 33 7 8D 40 5F 0 2D 104 5B 1D
Octal 63 7 215 100 137 0 55 404 133 35
Binary 110011 111 10001101 1000000 1011111 0 101101 100000100 1011011 11101

Color Harmonies of #33078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33078D

Black with #33078D

Text Example


Text Example

White with #33078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,7,141); }

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

background-color css

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

 a { background-color: rgb(51,7,141); }

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

border-color css

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

 span { border-color: rgb(51,7,141); }

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