Html Css Color HEX #250460 Persian Indigo

📋 copy color: '#250460'

red 37 ◦ green 4 ◦ blue 96

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

Shades of Persian Indigo #250460

Tints of Persian Indigo #250460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

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

R = 27.01%
G = 2.92%
B = 70.07%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#250460 (or 0x250460) is known color: Persian Indigo. HEX triplet: 25, 04 and 60. RGB value is (37,4,96). Sum of RGB (Red+Green+Blue) = 37+4+96=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #250460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250460 is #DAFB9F. Grayscale: #181818. Windows color (decimal): -14351264 or 6292517. OLE color: 6292517.

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

Color convert

RGB 37 4 96 -
CMYK 0.61 0.96 0 0.62
HSL 261.52º 0.92% 0.2% -
HSV(B) 261.52º 0.96% 0.38% -
XYZ 2.92 1.32 11.17 -
YUV 24.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 37 4 96 0.61 0.96 0 0.62 261.52 0.92 0.2
Hex 25 4 60 3D 60 0 3E 106 5C 14
Octal 45 4 140 75 140 0 76 406 134 24
Binary 100101 100 1100000 111101 1100000 0 111110 100000110 1011100 10100

Color Harmonies of #250460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250460

Black with #250460

Text Example


Text Example

White with #250460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250460; }

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

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

background-color css

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

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

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

border-color css

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

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

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