Html Css Color HEX #250560 Persian Indigo

📋 copy color: '#250560'

red 37 ◦ green 5 ◦ blue 96

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

Shades of Persian Indigo #250560

Tints of Persian Indigo #250560

RGB

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

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

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

R = 26.81%
G = 3.62%
B = 69.57%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#250560 (or 0x250560) is known color: Persian Indigo. HEX triplet: 25, 05 and 60. RGB value is (37,5,96). Sum of RGB (Red+Green+Blue) = 37+5+96=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #250560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250560 is #DAFA9F. Grayscale: #181818. Windows color (decimal): -14351008 or 6292773. OLE color: 6292773.

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

Color convert

RGB 37 5 96 -
CMYK 0.61 0.95 0 0.62
HSL 261.1º 0.9% 0.2% -
HSV(B) 261.1º 0.95% 0.38% -
XYZ 2.93 1.35 11.17 -
YUV 24.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 37 5 96 0.61 0.95 0 0.62 261.1 0.9 0.2
Hex 25 5 60 3D 5F 0 3E 105 5A 14
Octal 45 5 140 75 137 0 76 405 132 24
Binary 100101 101 1100000 111101 1011111 0 111110 100000101 1011010 10100

Color Harmonies of #250560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250560

Black with #250560

Text Example


Text Example

White with #250560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250560; }

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

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

background-color css

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

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

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

border-color css

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

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

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