Html Css Color HEX #250362 Persian Indigo

📋 copy color: '#250362'

red 37 ◦ green 3 ◦ blue 98

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

Shades of Persian Indigo #250362

Tints of Persian Indigo #250362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 26.81%
G = 2.17%
B = 71.01%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#250362 (or 0x250362) is known color: Persian Indigo. HEX triplet: 25, 03 and 62. RGB value is (37,3,98). Sum of RGB (Red+Green+Blue) = 37+3+98=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #250362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250362 is #DAFC9D. Grayscale: #171717. Windows color (decimal): -14351518 or 6423333. OLE color: 6423333.

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

Color convert

RGB 37 3 98 -
CMYK 0.62 0.97 0 0.62
HSL 261.47º 0.94% 0.2% -
HSV(B) 261.47º 0.97% 0.38% -
XYZ 3 1.34 11.66 -
YUV 24 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 37 3 98 0.62 0.97 0 0.62 261.47 0.94 0.2
Hex 25 3 62 3E 61 0 3E 105 5E 14
Octal 45 3 142 76 141 0 76 405 136 24
Binary 100101 11 1100010 111110 1100001 0 111110 100000101 1011110 10100

Color Harmonies of #250362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250362

Black with #250362

Text Example


Text Example

White with #250362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250362; }

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

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

background-color css

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

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

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

border-color css

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

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

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