Html Css Color HEX #250260 Persian Indigo

📋 copy color: '#250260'

red 37 ◦ green 2 ◦ blue 96

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

Shades of Persian Indigo #250260

Tints of Persian Indigo #250260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

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

R = 27.41%
G = 1.48%
B = 71.11%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#250260 (or 0x250260) is known color: Persian Indigo. HEX triplet: 25, 02 and 60. RGB value is (37,2,96). Sum of RGB (Red+Green+Blue) = 37+2+96=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #250260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250260 is #DAFD9F. Grayscale: #161616. Windows color (decimal): -14351776 or 6292005. OLE color: 6292005.

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

Color convert

RGB 37 2 96 -
CMYK 0.61 0.98 0 0.62
HSL 262.34º 0.96% 0.19% -
HSV(B) 262.34º 0.98% 0.38% -
XYZ 2.9 1.28 11.16 -
YUV 23.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 37 2 96 0.61 0.98 0 0.62 262.34 0.96 0.19
Hex 25 2 60 3D 62 0 3E 106 60 13
Octal 45 2 140 75 142 0 76 406 140 23
Binary 100101 10 1100000 111101 1100010 0 111110 100000110 1100000 10011

Color Harmonies of #250260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250260

Black with #250260

Text Example


Text Example

White with #250260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250260; }

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

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

background-color css

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

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

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

border-color css

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

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

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