Html Css Color HEX #331F70 Persian Indigo

📋 copy color: '#331F70'

red 51 ◦ green 31 ◦ blue 112

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

Shades of Persian Indigo #331F70

Tints of Persian Indigo #331F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.98%

 BLUE value IS 112 (44.14% from 255) = 57.73%

R = 26.29%
G = 15.98%
B = 57.73%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#331F70 (or 0x331F70) is known color: Persian Indigo. HEX triplet: 33, 1F and 70. RGB value is (51,31,112). Sum of RGB (Red+Green+Blue) = 51+31+112=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #331F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F70 is #CCE08F. Grayscale: #2D2D2D. Windows color (decimal): -13426832 or 7348019. OLE color: 7348019.

HSL color Cylindrical-coordinate representation of color #331F70: hue angle of 254.81º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #331F70 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 31 112 -
CMYK 0.54 0.72 0 0.56
HSL 254.81º 0.57% 0.28% -
HSV(B) 254.81º 0.72% 0.44% -
XYZ 4.78 2.85 15.63 -
YUV 46.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 51 31 112 0.54 0.72 0 0.56 254.81 0.57 0.28
Hex 33 1F 70 36 48 0 38 FF 39 1C
Octal 63 37 160 66 110 0 70 377 71 34
Binary 110011 11111 1110000 110110 1001000 0 111000 11111111 111001 11100

Color Harmonies of #331F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F70

Black with #331F70

Text Example


Text Example

White with #331F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331F70; }

 p { color: rgb(51,31,112); }

 H1.HeaderClassName
 {
   color: #331F70;
 }
 .AnyTagClassName
 {
   color: #331F70;
 }
</style>

background-color css

<style>
 a { background-color: #331F70; }

 a { background-color: rgb(51,31,112); }

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

border-color css

<style>
 span { border-color: #331F70; }

 span { border-color: rgb(51,31,112); }

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