Html Css Color HEX #250261 Persian Indigo

📋 copy color: '#250261'

red 37 ◦ green 2 ◦ blue 97

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

Shades of Persian Indigo #250261

Tints of Persian Indigo #250261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 71.32%

R = 27.21%
G = 1.47%
B = 71.32%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#250261 (or 0x250261) is known color: Persian Indigo. HEX triplet: 25, 02 and 61. RGB value is (37,2,97). Sum of RGB (Red+Green+Blue) = 37+2+97=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #250261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250261 is #DAFD9E. Grayscale: #161616. Windows color (decimal): -14351775 or 6357541. OLE color: 6357541.

HSL color Cylindrical-coordinate representation of color #250261: hue angle of 262.11º 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 #250261 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 2 97 -
CMYK 0.62 0.98 0 0.62
HSL 262.11º 0.96% 0.19% -
HSV(B) 262.11º 0.98% 0.38% -
XYZ 2.94 1.3 11.41 -
YUV 23.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 37 2 97 0.62 0.98 0 0.62 262.11 0.96 0.19
Hex 25 2 61 3E 62 0 3E 106 60 13
Octal 45 2 141 76 142 0 76 406 140 23
Binary 100101 10 1100001 111110 1100010 0 111110 100000110 1100000 10011

Color Harmonies of #250261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250261

Black with #250261

Text Example


Text Example

White with #250261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250261; }

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

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

background-color css

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

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

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

border-color css

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

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

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