Html Css Color HEX #251070 Persian Indigo

📋 copy color: '#251070'

red 37 ◦ green 16 ◦ blue 112

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

Shades of Persian Indigo #251070

Tints of Persian Indigo #251070

RGB

 RED value IS 37 (14.84% from 255) = 22.42%

 GREEN value IS 16 (6.64% from 255) = 9.7%

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

R = 22.42%
G = 9.7%
B = 67.88%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#251070 (or 0x251070) is known color: Persian Indigo. HEX triplet: 25, 10 and 70. RGB value is (37,16,112). Sum of RGB (Red+Green+Blue) = 37+16+112=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #251070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251070 is #DAEF8F. Grayscale: #202020. Windows color (decimal): -14348176 or 7344165. OLE color: 7344165.

HSL color Cylindrical-coordinate representation of color #251070: hue angle of 253.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251070 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 16 112 -
CMYK 0.67 0.86 0 0.56
HSL 253.13º 0.75% 0.25% -
HSV(B) 253.13º 0.86% 0.44% -
XYZ 3.87 1.93 15.5 -
YUV 33.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 37 16 112 0.67 0.86 0 0.56 253.13 0.75 0.25
Hex 25 10 70 43 56 0 38 FD 4B 19
Octal 45 20 160 103 126 0 70 375 113 31
Binary 100101 10000 1110000 1000011 1010110 0 111000 11111101 1001011 11001

Color Harmonies of #251070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251070

Black with #251070

Text Example


Text Example

White with #251070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251070; }

 p { color: rgb(37,16,112); }

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

background-color css

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

 a { background-color: rgb(37,16,112); }

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

border-color css

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

 span { border-color: rgb(37,16,112); }

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