Html Css Color HEX #250062 Persian Indigo

📋 copy color: '#250062'

red 37 ◦ green 0 ◦ blue 98

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

Shades of Persian Indigo #250062

Tints of Persian Indigo #250062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 72.59%

R = 27.41%
G = 0%
B = 72.59%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#250062 (or 0x250062) is known color: Persian Indigo. HEX triplet: 25, 00 and 62. RGB value is (37,0,98). Sum of RGB (Red+Green+Blue) = 37+0+98=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #250062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250062 is #DAFF9D. Grayscale: #151515. Windows color (decimal): -14352286 or 6422565. OLE color: 6422565.

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

Color convert

RGB 37 0 98 -
CMYK 0.62 1 0 0.62
HSL 262.65º 1% 0.19% -
HSV(B) 262.65º 1% 0.38% -
XYZ 2.97 1.28 11.65 -
YUV 22.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 37 0 98 0.62 1 0 0.62 262.65 1 0.19
Hex 25 0 62 3E 64 0 3E 107 64 13
Octal 45 0 142 76 144 0 76 407 144 23
Binary 100101 0 1100010 111110 1100100 0 111110 100000111 1100100 10011

Color Harmonies of #250062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250062

Black with #250062

Text Example


Text Example

White with #250062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250062; }

 p { color: rgb(37,0,98); }

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

background-color css

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

 a { background-color: rgb(37,0,98); }

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

border-color css

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

 span { border-color: rgb(37,0,98); }

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