Html Css Color HEX #2F257B Persian Indigo

📋 copy color: '#2F257B'

red 47 ◦ green 37 ◦ blue 123

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

Shades of Persian Indigo #2F257B

Tints of Persian Indigo #2F257B

RGB

 RED value IS 47 (18.75% from 255) = 22.71%

 GREEN value IS 37 (14.84% from 255) = 17.87%

 BLUE value IS 123 (48.44% from 255) = 59.42%

R = 22.71%
G = 17.87%
B = 59.42%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F257B (or 0x2F257B) is known color: Persian Indigo. HEX triplet: 2F, 25 and 7B. RGB value is (47,37,123). Sum of RGB (Red+Green+Blue) = 47+37+123=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F257B is #D0DA84. Grayscale: #313131. Windows color (decimal): -13687429 or 8070447. OLE color: 8070447.

HSL color Cylindrical-coordinate representation of color #2F257B: hue angle of 246.98º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F257B is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 37 123 -
CMYK 0.62 0.70 0 0.52
HSL 246.98º 0.54% 0.31% -
HSV(B) 246.98º 0.7% 0.48% -
XYZ 5.41 3.36 19.1 -
YUV 49.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 47 37 123 0.62 0.70 0 0.52 246.98 0.54 0.31
Hex 2F 25 7B 3E 46 0 34 F7 36 1F
Octal 57 45 173 76 106 0 64 367 66 37
Binary 101111 100101 1111011 111110 1000110 0 110100 11110111 110110 11111

Color Harmonies of #2F257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F257B

Black with #2F257B

Text Example


Text Example

White with #2F257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F257B; }

 p { color: rgb(47,37,123); }

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

background-color css

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

 a { background-color: rgb(47,37,123); }

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

border-color css

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

 span { border-color: rgb(47,37,123); }

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