Html Css Color HEX #250966 Persian Indigo

📋 copy color: '#250966'

red 37 ◦ green 9 ◦ blue 102

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

Shades of Persian Indigo #250966

Tints of Persian Indigo #250966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

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

R = 25%
G = 6.08%
B = 68.92%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#250966 (or 0x250966) is known color: Persian Indigo. HEX triplet: 25, 09 and 66. RGB value is (37,9,102). Sum of RGB (Red+Green+Blue) = 37+9+102=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #250966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250966 is #DAF699. Grayscale: #1B1B1B. Windows color (decimal): -14349978 or 6687013. OLE color: 6687013.

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

Color convert

RGB 37 9 102 -
CMYK 0.64 0.91 0 0.6
HSL 258.06º 0.84% 0.22% -
HSV(B) 258.06º 0.91% 0.4% -
XYZ 3.26 1.55 12.7 -
YUV 27.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 37 9 102 0.64 0.91 0 0.6 258.06 0.84 0.22
Hex 25 9 66 40 5B 0 3C 102 54 16
Octal 45 11 146 100 133 0 74 402 124 26
Binary 100101 1001 1100110 1000000 1011011 0 111100 100000010 1010100 10110

Color Harmonies of #250966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250966

Black with #250966

Text Example


Text Example

White with #250966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250966; }

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

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

background-color css

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

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

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

border-color css

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

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

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