Html Css Color HEX #250566 Persian Indigo

📋 copy color: '#250566'

red 37 ◦ green 5 ◦ blue 102

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

Shades of Persian Indigo #250566

Tints of Persian Indigo #250566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

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

R = 25.69%
G = 3.47%
B = 70.83%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#250566 (or 0x250566) is known color: Persian Indigo. HEX triplet: 25, 05 and 66. RGB value is (37,5,102). Sum of RGB (Red+Green+Blue) = 37+5+102=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #250566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250566 is #DAFA99. Grayscale: #191919. Windows color (decimal): -14351002 or 6685989. OLE color: 6685989.

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

Color convert

RGB 37 5 102 -
CMYK 0.64 0.95 0 0.6
HSL 259.79º 0.91% 0.21% -
HSV(B) 259.79º 0.95% 0.4% -
XYZ 3.22 1.46 12.68 -
YUV 25.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 37 5 102 0.64 0.95 0 0.6 259.79 0.91 0.21
Hex 25 5 66 40 5F 0 3C 104 5B 15
Octal 45 5 146 100 137 0 74 404 133 25
Binary 100101 101 1100110 1000000 1011111 0 111100 100000100 1011011 10101

Color Harmonies of #250566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250566

Black with #250566

Text Example


Text Example

White with #250566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250566; }

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

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

background-color css

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

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

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

border-color css

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

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

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