Html Css Color HEX #250366 Persian Indigo

📋 copy color: '#250366'

red 37 ◦ green 3 ◦ blue 102

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

Shades of Persian Indigo #250366

Tints of Persian Indigo #250366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 71.83%

R = 26.06%
G = 2.11%
B = 71.83%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#250366 (or 0x250366) is known color: Persian Indigo. HEX triplet: 25, 03 and 66. RGB value is (37,3,102). Sum of RGB (Red+Green+Blue) = 37+3+102=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #250366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250366 is #DAFC99. Grayscale: #181818. Windows color (decimal): -14351514 or 6685477. OLE color: 6685477.

HSL color Cylindrical-coordinate representation of color #250366: hue angle of 260.61º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250366 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 3 102 -
CMYK 0.64 0.97 0 0.6
HSL 260.61º 0.94% 0.21% -
HSV(B) 260.61º 0.97% 0.4% -
XYZ 3.19 1.42 12.68 -
YUV 24.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 37 3 102 0.64 0.97 0 0.6 260.61 0.94 0.21
Hex 25 3 66 40 61 0 3C 105 5E 15
Octal 45 3 146 100 141 0 74 405 136 25
Binary 100101 11 1100110 1000000 1100001 0 111100 100000101 1011110 10101

Color Harmonies of #250366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250366

Black with #250366

Text Example


Text Example

White with #250366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250366; }

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

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

background-color css

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

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

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

border-color css

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

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

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