Html Css Color HEX #250060 Persian Indigo

📋 copy color: '#250060'

red 37 ◦ green 0 ◦ blue 96

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

Shades of Persian Indigo #250060

Tints of Persian Indigo #250060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 72.18%

R = 27.82%
G = 0%
B = 72.18%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#250060 (or 0x250060) is known color: Persian Indigo. HEX triplet: 25, 00 and 60. RGB value is (37,0,96). Sum of RGB (Red+Green+Blue) = 37+0+96=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #250060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250060 is #DAFF9F. Grayscale: #151515. Windows color (decimal): -14352288 or 6291493. OLE color: 6291493.

HSL color Cylindrical-coordinate representation of color #250060: hue angle of 263.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250060 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 0 96 -
CMYK 0.61 1 0 0.62
HSL 263.13º 1% 0.19% -
HSV(B) 263.13º 1% 0.38% -
XYZ 2.87 1.24 11.15 -
YUV 22.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 37 0 96 0.61 1 0 0.62 263.13 1 0.19
Hex 25 0 60 3D 64 0 3E 107 64 13
Octal 45 0 140 75 144 0 76 407 144 23
Binary 100101 0 1100000 111101 1100100 0 111110 100000111 1100100 10011

Color Harmonies of #250060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250060

Black with #250060

Text Example


Text Example

White with #250060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250060; }

 p { color: rgb(37,0,96); }

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

background-color css

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

 a { background-color: rgb(37,0,96); }

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

border-color css

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

 span { border-color: rgb(37,0,96); }

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