Html Css Color HEX #250269 Persian Indigo

📋 copy color: '#250269'

red 37 ◦ green 2 ◦ blue 105

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

Shades of Persian Indigo #250269

Tints of Persian Indigo #250269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

 BLUE value IS 105 (41.41% from 255) = 72.92%

R = 25.69%
G = 1.39%
B = 72.92%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#250269 (or 0x250269) is known color: Persian Indigo. HEX triplet: 25, 02 and 69. RGB value is (37,2,105). Sum of RGB (Red+Green+Blue) = 37+2+105=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 105 (41.41% from 255 or 72.92% from 144); Max value from RGB is 105 - color contains mainly: blue. Hex color #250269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250269 is #DAFD96. Grayscale: #171717. Windows color (decimal): -14351767 or 6881829. OLE color: 6881829.

HSL color Cylindrical-coordinate representation of color #250269: hue angle of 260.39º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250269 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 2 105 -
CMYK 0.65 0.98 0 0.59
HSL 260.39º 0.96% 0.21% -
HSV(B) 260.39º 0.98% 0.41% -
XYZ 3.33 1.46 13.47 -
YUV 24.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 37 2 105 0.65 0.98 0 0.59 260.39 0.96 0.21
Hex 25 2 69 41 62 0 3B 104 60 15
Octal 45 2 151 101 142 0 73 404 140 25
Binary 100101 10 1101001 1000001 1100010 0 111011 100000100 1100000 10101

Color Harmonies of #250269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250269

Black with #250269

Text Example


Text Example

White with #250269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250269; }

 p { color: rgb(37,2,105); }

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

background-color css

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

 a { background-color: rgb(37,2,105); }

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

border-color css

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

 span { border-color: rgb(37,2,105); }

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