Html Css Color HEX #250561 Persian Indigo

📋 copy color: '#250561'

red 37 ◦ green 5 ◦ blue 97

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

Shades of Persian Indigo #250561

Tints of Persian Indigo #250561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.6%

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

R = 26.62%
G = 3.6%
B = 69.78%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#250561 (or 0x250561) is known color: Persian Indigo. HEX triplet: 25, 05 and 61. RGB value is (37,5,97). Sum of RGB (Red+Green+Blue) = 37+5+97=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #250561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250561 is #DAFA9E. Grayscale: #181818. Windows color (decimal): -14351007 or 6358309. OLE color: 6358309.

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

Color convert

RGB 37 5 97 -
CMYK 0.62 0.95 0 0.62
HSL 260.87º 0.9% 0.2% -
HSV(B) 260.87º 0.95% 0.38% -
XYZ 2.97 1.36 11.42 -
YUV 25.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 37 5 97 0.62 0.95 0 0.62 260.87 0.9 0.2
Hex 25 5 61 3E 5F 0 3E 105 5A 14
Octal 45 5 141 76 137 0 76 405 132 24
Binary 100101 101 1100001 111110 1011111 0 111110 100000101 1011010 10100

Color Harmonies of #250561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250561

Black with #250561

Text Example


Text Example

White with #250561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250561; }

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

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

background-color css

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

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

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

border-color css

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

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

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