Html Css Color HEX #250466 Persian Indigo

📋 copy color: '#250466'

red 37 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #250466

Tints of Persian Indigo #250466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 25.87%
G = 2.8%
B = 71.33%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#250466 (or 0x250466) is known color: Persian Indigo. HEX triplet: 25, 04 and 66. RGB value is (37,4,102). Sum of RGB (Red+Green+Blue) = 37+4+102=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #250466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250466 is #DAFB99. Grayscale: #181818. Windows color (decimal): -14351258 or 6685733. OLE color: 6685733.

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

Color convert

RGB 37 4 102 -
CMYK 0.64 0.96 0 0.6
HSL 260.2º 0.92% 0.21% -
HSV(B) 260.2º 0.96% 0.4% -
XYZ 3.2 1.44 12.68 -
YUV 25.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 37 4 102 0.64 0.96 0 0.6 260.2 0.92 0.21
Hex 25 4 66 40 60 0 3C 104 5C 15
Octal 45 4 146 100 140 0 74 404 134 25
Binary 100101 100 1100110 1000000 1100000 0 111100 100000100 1011100 10101

Color Harmonies of #250466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250466

Black with #250466

Text Example


Text Example

White with #250466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250466; }

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

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

background-color css

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

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

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

border-color css

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

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

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