Html Css Color HEX #23057B Persian Indigo

📋 copy color: '#23057B'

red 35 ◦ green 5 ◦ blue 123

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

Shades of Persian Indigo #23057B

Tints of Persian Indigo #23057B

RGB

 RED value IS 35 (14.06% from 255) = 21.47%

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

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

R = 21.47%
G = 3.07%
B = 75.46%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#23057B (or 0x23057B) is known color: Persian Indigo. HEX triplet: 23, 05 and 7B. RGB value is (35,5,123). Sum of RGB (Red+Green+Blue) = 35+5+123=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 123 (48.44% from 255 or 75.46% from 163); Max value from RGB is 123 - color contains mainly: blue. Hex color #23057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23057B is #DCFA84. Grayscale: #1A1A1A. Windows color (decimal): -14482053 or 8062243. OLE color: 8062243.

HSL color Cylindrical-coordinate representation of color #23057B: hue angle of 255.25º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23057B is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 35 5 123 -
CMYK 0.72 0.96 0 0.52
HSL 255.25º 0.92% 0.25% -
HSV(B) 255.25º 0.96% 0.48% -
XYZ 4.32 1.9 18.88 -
YUV 27.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 35 5 123 0.72 0.96 0 0.52 255.25 0.92 0.25
Hex 23 5 7B 48 60 0 34 FF 5C 19
Octal 43 5 173 110 140 0 64 377 134 31
Binary 100011 101 1111011 1001000 1100000 0 110100 11111111 1011100 11001

Color Harmonies of #23057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23057B

Black with #23057B

Text Example


Text Example

White with #23057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23057B; }

 p { color: rgb(35,5,123); }

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

background-color css

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

 a { background-color: rgb(35,5,123); }

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

border-color css

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

 span { border-color: rgb(35,5,123); }

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