Html Css Color HEX #250A66 Persian Indigo

📋 copy color: '#250A66'

red 37 ◦ green 10 ◦ blue 102

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

Shades of Persian Indigo #250A66

Tints of Persian Indigo #250A66

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.71%

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

R = 24.83%
G = 6.71%
B = 68.46%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#250A66 (or 0x250A66) is known color: Persian Indigo. HEX triplet: 25, 0A and 66. RGB value is (37,10,102). Sum of RGB (Red+Green+Blue) = 37+10+102=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #250A66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250A66 is #DAF599. Grayscale: #1C1C1C. Windows color (decimal): -14349722 or 6687269. OLE color: 6687269.

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

Color convert

RGB 37 10 102 -
CMYK 0.64 0.90 0 0.6
HSL 257.61º 0.82% 0.22% -
HSV(B) 257.61º 0.9% 0.4% -
XYZ 3.27 1.57 12.7 -
YUV 28.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 37 10 102 0.64 0.90 0 0.6 257.61 0.82 0.22
Hex 25 A 66 40 5A 0 3C 102 52 16
Octal 45 12 146 100 132 0 74 402 122 26
Binary 100101 1010 1100110 1000000 1011010 0 111100 100000010 1010010 10110

Color Harmonies of #250A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A66

Black with #250A66

Text Example


Text Example

White with #250A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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